home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / Chip Kasım 2003.iso / prog / openoff / f_0042 / Common.xcu
Encoding:
Extensible Markup Language  |  2003-03-24  |  2.6 KB  |  94 lines

  1. <?xml version='1.0' encoding='UTF-8'?>
  2.  
  3. <oor:node oor:name="Common" oor:package="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4.     <node oor:name="View">
  5.         <node oor:name="Localisation">
  6.             <prop oor:name="AutoMnemonic">
  7.                 <value xml:lang="en-US">true</value>
  8.             </prop>
  9.             <prop oor:name="DialogScale">
  10.                 <value xml:lang="en-US">10</value>
  11.             </prop>
  12.         </node>
  13.     </node>
  14.     <node oor:name="ExternalApps">
  15.         <prop oor:name="http" oor:op="replace" oor:type="xs:string">
  16.             <value/>
  17.         </prop>
  18.         <prop oor:name="https" oor:op="replace" oor:type="xs:string">
  19.             <value/>
  20.         </prop>
  21.         <prop oor:name="ftp" oor:op="replace" oor:type="xs:string">
  22.             <value/>
  23.         </prop>
  24.         <prop oor:name="file" oor:op="replace" oor:type="xs:string">
  25.             <value/>
  26.         </prop>
  27.         <prop oor:name="mailto" oor:op="replace" oor:type="xs:string">
  28.             <value/>
  29.         </prop>
  30.     </node>
  31.     <node oor:name="ExternalMailer">
  32.         <node oor:name="Profiles">
  33.             <node oor:name="Netscape 6.x" oor:op="replace">
  34.                 <node oor:name="FormatStrings">
  35.                     <prop oor:name="base">
  36.                         <value>-compose "%s"</value>
  37.                     </prop>
  38.                     <prop oor:name="from">
  39.                         <value/>
  40.                     </prop>
  41.                     <prop oor:name="to">
  42.                         <value>to='%s'</value>
  43.                     </prop>
  44.                     <prop oor:name="cc">
  45.                         <value>cc='%s'</value>
  46.                     </prop>
  47.                     <prop oor:name="bcc">
  48.                         <value>bcc='%s'</value>
  49.                     </prop>
  50.                     <prop oor:name="subject">
  51.                         <value>subject='%s'</value>
  52.                     </prop>
  53.                     <prop oor:name="attachment">
  54.                         <value>attachment='%s'</value>
  55.                     </prop>
  56.                     <prop oor:name="body">
  57.                         <value>body='%s'</value>
  58.                     </prop>
  59.                 </node>
  60.                 <node oor:name="EnumDelimiters">
  61.                     <prop oor:name="base">
  62.                         <value>,</value>
  63.                     </prop>
  64.                     <prop oor:name="cc">
  65.                         <value>,</value>
  66.                     </prop>
  67.                     <prop oor:name="bcc">
  68.                         <value>,</value>
  69.                     </prop>
  70.                     <prop oor:name="attachment">
  71.                         <value>,</value>
  72.                     </prop>
  73.                 </node>
  74.             </node>
  75.         </node>
  76.     </node>
  77.     <node oor:name="Startup">
  78.         <node oor:name="RunOnce">
  79.             <node oor:name="AddressSourcePilot" oor:op="replace">
  80.                 <prop oor:name="ServiceName">
  81.                     <value>com.sun.star.ui.dialogs.AddressBookSourcePilot</value>
  82.                 </prop>
  83.                 <prop oor:name="UserInteraction">
  84.                     <value>true</value>
  85.                 </prop>
  86.                 <prop oor:name="AllowAsync">
  87.                     <value>false</value>
  88.                 </prop>
  89.             </node>
  90.         </node>
  91.     </node>
  92. </oor:node>
  93.  
  94.